home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / macintosh-c / macc-carbon-demos-nonbinhex.sit / macc-carbon-demos-nonbinhex / chap18-demo-carbon events / Files.rsrc.rsrc / plst_0 < prev    next >
Extensible Markup Language  |  2001-07-19  |  2KB  |  55 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.   <key>CFBundleInfoDictionaryVersion</key>
  6.   <string>6.0</string>
  7.   <key>CFBundleName</key>
  8.   <string>Files</string>
  9.   <key>CFBundlePackageType</key>
  10.   <string>APPL</string>
  11.   <key>CFBundleSignature</key>
  12.   <string>Kjbb</string>
  13.   <key>CFBundleIconFile</key>
  14.   <string>128</string>
  15.   <key>CFBundleIdentifier</key>
  16.   <string>com.Windmill Software.Files</string>
  17.   <key>LSPrefersCarbon</key>
  18.   <string>Yes</string>
  19.   <key>CFBundleLongVersionString</key> 
  20.   <string>1.0, Copyright 2001 K. J. Bricknell</string>
  21.   <key>CFBundleShortVersionString</key> 
  22.   <string>1.0.0</string>
  23.   <key>CFBundleDevelopmentRegion</key>
  24.   <string>English</string>
  25.   <key>NSAppleScriptEnabled</key>
  26.   <string>No</string>
  27.   <key>CFBundleDocumentTypes</key>
  28.   <array>
  29.     <dict>
  30.       <key>CFBundleTypeOSTypes</key>
  31.       <array>
  32.         <string>TEXT</string>
  33.       </array>
  34.       <key>CFBundleTypeIconFile</key>
  35.       <string>129</string>
  36.       <key>CFBundleTypeName</key>
  37.       <string>Files TEXT document</string>
  38.       <key>CFBundleTypeRole</key>
  39.       <string>Viewer</string>
  40.     </dict>
  41.     <dict>
  42.       <key>CFBundleTypeOSTypes</key>
  43.       <array>
  44.         <string>PICT</string>
  45.       </array>
  46.       <key>CFBundleTypeIconFile</key>
  47.       <string>130</string>
  48.       <key>CFBundleTypeName</key>
  49.       <string>Files PICT document</string>
  50.       <key>CFBundleTypeRole</key>
  51.       <string>Viewer</string>
  52.     </dict>
  53.   </array>
  54. </dict>
  55. </plist>